"retro green theme with cyberpunk vibe" shadcn/ui theme

retro-futurism
cyberpunk-aesthetic
high-contrast
neon-colors
immersive-design
experimental-palette
vivid-green
futuristic-theme

Shadcn/ui Theme Css Variables

name: Neon Verdancekeyword: retro green theme with cyberpunk vibe views: 40

:root {
  --background: 120 100% 10%;
  --foreground: 80 100% 90%;
  --card: 120 100% 15%;
  --card-foreground: 80 100% 90%;
  --popover: 120 100% 15%;
  --popover-foreground: 80 100% 90%;
  --primary: 160 100% 50%;
  --primary-foreground: 120 100% 10%;
  --secondary: 200 100% 40%;
  --secondary-foreground: 80 100% 90%;
  --muted: 120 100% 20%;
  --muted-foreground: 80 100% 70%;
  --accent: 240 100% 50%;
  --accent-foreground: 80 100% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 80 100% 90%;
  --border: 200 100% 40%;
  --input: 200 100% 40%;
  --ring: 160 100% 50%;
  --radius: 0.75rem;
  --chart-1: 120 100% 50%;
  --chart-2: 160 100% 50%;
  --chart-3: 200 100% 50%;
  --chart-4: 240 100% 50%;
  --chart-5: 280 100% 50%;
}